Accusoft.OCRXpress.nodejs
Set Page Orientation

You have the option to set the parameters for orientation. The orientation parameter determines how the ocr engine will recognize images that are rotated.

In the code snippet example below, the page orientation is set to UPRIGHT:

Copy Code
// Set page orientation to upright.
params = {
    orientation: 'upright'
};

There are 3 options to set the orientation value:



  

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback